type runtime.fixalloc
16 uses
runtime (current package)
mfixalloc.go#L31: type fixalloc struct {
mfixalloc.go#L56: func (f *fixalloc) init(size uintptr, first func(arg, p unsafe.Pointer), arg unsafe.Pointer, stat *sysMemStat) {
mfixalloc.go#L74: func (f *fixalloc) alloc() unsafe.Pointer {
mfixalloc.go#L104: func (f *fixalloc) free(p unsafe.Pointer) {
mheap.go#L216: spanalloc fixalloc // allocator for span*
mheap.go#L217: cachealloc fixalloc // allocator for mcache*
mheap.go#L218: specialfinalizeralloc fixalloc // allocator for specialfinalizer*
mheap.go#L219: specialCleanupAlloc fixalloc // allocator for specialCleanup*
mheap.go#L220: specialCheckFinalizerAlloc fixalloc // allocator for specialCheckFinalizer*
mheap.go#L221: specialTinyBlockAlloc fixalloc // allocator for specialTinyBlock*
mheap.go#L222: specialprofilealloc fixalloc // allocator for specialprofile*
mheap.go#L223: specialReachableAlloc fixalloc // allocator for specialReachable
mheap.go#L224: specialPinCounterAlloc fixalloc // allocator for specialPinCounter
mheap.go#L225: specialWeakHandleAlloc fixalloc // allocator for specialWeakHandle
mheap.go#L226: specialBubbleAlloc fixalloc // allocator for specialBubble
mheap.go#L228: arenaHintAlloc fixalloc // allocator for arenaHints